home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-01 | 1.8 KB | 79 lines | [TEXT/MPS ] |
- /*
- File: LocaleObjects.idl
-
- Contains: LocaleObject Manager interfaces
-
- Version: Technology: System 8
- Release: Universal Interfaces 3.0d3 on Copland DR1
-
- Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
-
- Bugs?: If you find a problem with this file, send the file and version
- information (from above) and the problem description to:
-
- Internet: apple.bugs@applelink.apple.com
- AppleLink: APPLE.BUGS
-
- */
- #ifndef __LOCALEOBJECTS_IDL__
- #define __LOCALEOBJECTS_IDL__
-
- #include <somobj.idl>
- #include <somcls.idl>
-
- #ifndef __TYPES_IDL__
- #include <Types.idl>
- #endif
- #ifndef __TEXTOBJECTS_IDL__
- #include <TextObjects.idl>
- #endif
- #ifndef __TEXTCOMMON_IDL__
- #include <TextCommon.idl>
- #endif
- #ifndef __FILEMANAGERTYPES_IDL__
- #include <FileManagerTypes.idl>
- #endif
-
- #ifdef __SOMIDL__
-
- #if FOR_SYSTEM8_PREEMPTIVE
- /* Locale errors*/
- typedef OSStatus LocaleErrors;
-
- typedef UInt16 LocaleIterateOp;
-
- typedef SInt16 LocaleNameIdentifier;
-
- typedef LocaleNameIdentifier LocaleDefaultValue;
-
- typedef UInt16 LocaleObjectContext;
-
- typedef OSType LocaleDataTag;
-
- typedef UInt32 LocaleObjectTagIndex;
-
- typedef OpaquePtr LocaleRef;
-
- typedef OpaquePtr LocaleIteratorReference;
-
- typedef OpaquePtr LocaleObjectRef;
-
- typedef SOMLargeStruct NameValuePair; /* Derived from a struct of 12 bytes in size */
-
- typedef OpaquePtr NameValuePairPtr; /* Substituted OpaquePtr for “NameValuePair*” */
-
- typedef SOMLargeStruct NameTableEntry; /* Derived from a struct of 8 bytes in size */
-
- /*
- The void * returned as the dataPtr and the LocaleObjectRef * both
- point into read-only memory. Use const to invoke the compiler's help
- in preventing write-accesses to that data.
- */
- #endif
- /* FOR_SYSTEM8_PREEMPTIVE*/
-
- #endif /* __SOMIDL__ */
-
- #endif /* __LOCALEOBJECTS_IDL__ */
-
-